home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 1
/
Gold Medal Software Volume 1 (Gold Medal) (1994).iso
/
hdinst.bat
< prev
next >
Wrap
DOS Batch File
|
1994-02-07
|
564b
|
25 lines
echo off
if "%1" == "" goto noparm
echo.
echo Installing.... Please Wait
md %1\cdmenu
copy *.* %1\cdmenu >nul
md %1\vpic
copy \vpic\*.* %1\vpic >nul
echo.
echo Once you have chosen the language you wish to use press F8 to tell
echo the installation program which drive your CD Rom is installed on.
echo
echo The program is about to start.
pause
%1
cd\cdmenu
install
goto end
:noparm
echo.
echo You are required to enter a drive letter i.e. HDINST C: will set the
echo CD Rom to run from your C: drive and the directory of CDMENU
echo.
:end